home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 4 / Meeting Pearls Vol. IV (1996)(GTI - Schatztruhe)[!].iso / Index / Scripts / set_usemetatool_not < prev    next >
AmigaDOS Script File  |  1995-08-27  |  385b  |  14 lines

  1. .key Language/A,DEV
  2. .bra {
  3. .ket }
  4.  
  5. CD {DEV}:
  6.  
  7. Echo >ENV:MPUSEMETATOOL
  8.  
  9. IF {Language} EQ "deutsch"
  10.     :C/AutoReq "-tNach dem Kopieren eines Softwarepaketes" "-twerden die DefaultTools so angepaßt, daß" "-tMetaTool nicht mehr nötig ist." -nOK
  11. ELSE
  12.     :C/AutoReq "-tAfter you've copied a software package" "-twe'll fix the DefaultTools so they won't" "-trequire MetaTool anymore." -nOK
  13. ENDIF
  14.